runtime.timer.ts (field)
22 uses
runtime (current package)
time.go#L67: ts *timers
time.go#L243: ts := t.ts
time.go#L385: if t.ts != nil {
time.go#L388: t.ts = ts
time.go#L439: t.ts.zombies.Add(1)
time.go#L475: if t.ts != ts {
time.go#L478: t.ts = nil
time.go#L533: t.ts.zombies.Add(-1)
time.go#L538: if min := t.ts.minWhenModified.Load(); min == 0 || when < min {
time.go#L543: t.ts.updateMinWhenModified(when)
time.go#L682: t.ts = nil
time.go#L692: if t.ts != ts {
time.go#L725: t.ts = nil
time.go#L822: if t.ts != ts {
time.go#L843: t.ts = nil
time.go#L969: if t.ts != ts {
time.go#L1008: if t.ts != nil {
time.go#L1009: assertLockHeld(&t.ts.mu)
time.go#L1040: ts := t.ts
time.go#L1046: t.ts.zombies.Add(1)
time.go#L1339: t.ts.zombies.Add(-1)
time.go#L1374: t.ts.zombies.Add(1)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |